﻿
body {
    background: #f1f1f1;
}

.tld22-page {
    width: 1350px;
    margin: 18px auto 0;
}

.tld-item-hero {
    background: linear-gradient(135deg, #4a5f2b 0%, #8fbe4d 100%);
    color: #fff;
    padding: 74px 0 44px;
}

.tld-item-container {
    width: 1350px;
    margin: 0 auto;
    padding: 0 10px;
}

.hero-title {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin: 0 0 12px;
    text-align: center;
}

.hero-sub {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    max-width: 800px;
    line-height: 1.7;
    opacity: 0.96;
}

.tld-item-section {
    padding: 24px 0 46px;
}

.promo-section,
.intro-section,
.rules-section,
.info-section {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
}

.promo-section {
    background: linear-gradient(180deg, #f9fcf5 0%, #f4f8ed 100%);
    padding: 36px;
    display: flex;
    gap: 34px;
    align-items: flex-start;
}

.promo-content {
    flex: 1;
}

.promo-title-row {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.promo-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

.promo-price {
    font-size: 32px;
    font-weight: 800;
    color: var(--orange);
    margin: 0;
}

.promo-subtitle {
    font-size: 15px;
    color: #666;
    margin: 0 0 22px;
    line-height: 1.7;
}

.promo-search-box {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.promo-search-input {
    flex: 1;
}

    .promo-search-input .el-input__wrapper {
        min-height: 48px;
        border-radius: 6px;
    }

.promo-search-btn {
    height: 48px;
    padding: 0 28px;
    font-size: 15px;
    background: var(--primary-green);
    border: none;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

    .promo-search-btn:hover {
        background: var(--primary-green-hover);
    }

.price-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    flex: 0 0 300px;
    border: 1px solid #d9e5cb;
}

.price-card-header {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-green-light) 100%);
    padding: 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-card-title {
    font-size: 14px;
    font-weight: 600;
}

.price-card-tld {
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700;
}

.price-card-body {
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #f0f0f0;
}

    .price-item:last-child {
        border-bottom: none;
    }

.price-item-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.price-label {
    font-size: 14px;
    color: #666;
    margin: 0 0 5px;
}

.price-label-desc {
    font-size: 12px;
    color: #999;
    margin: 0;
}

.price-value {
    font-size: 24px;
    font-weight: 800;
    color: #333;
    margin: 0;
}

.intro-section {
    padding: 38px;
    display: flex;
    gap: 40px;
    align-items: center;
}

.intro-content {
    flex: 1;
}

.intro-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-green-dark);
    margin: 0 0 20px;
}

.intro-text {
    font-size: 15px;
    line-height: 1.85;
    color: #555;
    margin: 0 0 15px;
}

.intro-logo {
    flex: 0 0 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tld-logo {
    font-size: 120px;
    font-weight: 800;
    color: var(--primary-green-dark);
    text-transform: lowercase;
    position: relative;
    font-family: Verdana, Geneva, sans-serif;
}

    .tld-logo::before {
        content: '.';
        position: absolute;
        left: -36px;
        color: var(--primary-green-light);
        font-size: 80px;
    }

.rules-section {
    padding: 30px;
}

.rules-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-green-dark);
    margin: 0 0 20px;
}

.rules-content {
    margin-bottom: 24px;
}

.rules-item {
    margin-bottom: 18px;
}

.rules-item-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px;
}

.rules-item-content {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

.consult-btn {
    background: var(--primary-green);
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

    .consult-btn:hover {
        background: var(--primary-green-hover);
    }

.info-section {
    padding: 30px;
}

.info-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--primary-green);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
}

    .info-table tr {
        border-bottom: 1px solid #eee;
    }

        .info-table tr:last-child {
            border-bottom: none;
        }

    .info-table td {
        padding: 15px 18px;
        font-size: 14px;
        vertical-align: top;
    }

        .info-table td:first-child {
            width: 220px;
            color: #666;
            font-weight: 700;
            background: #f8fff1;
        }

        .info-table td:last-child {
            color: #333;
        }

    .info-table a {
        color: var(--primary-green-dark);
        text-decoration: none;
    }

        .info-table a:hover {
            text-decoration: underline;
        }

@media (max-width: 1400px) {
    .tld22-page,
    .tld-item-container {
        width: calc(100% - 24px);
    }
}

@media (max-width: 992px) {
    .intro-section,
    .promo-section {
        flex-direction: column;
    }

    .intro-logo,
    .price-card {
        width: 100%;
        flex: 1;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 30px;
    }

    .promo-title-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .promo-search-box {
        flex-direction: column;
    }

    .promo-search-btn {
        width: 100%;
    }

    .intro-section,
    .promo-section,
    .rules-section,
    .info-section {
        padding: 24px 18px;
    }

    .tld-logo {
        font-size: 84px;
    }

    .info-table td:first-child {
        width: 150px;
    }
}
