

/* Start:/local/components/china/advertise/templates/.default/style.css?17730849318428*/
/* Variables */
:root {
    --adv-primary: #c62828;
    --adv-primary-hover: #b71c1c;
    --adv-text: #1a1a1a;
    --adv-text-light: #666;
    --adv-bg-gray: #f9f9f9;
    --adv-border: #eee;
    --adv-radius: 16px;
    --adv-shadow: 0 4px 20px rgba(0,0,0,0.05);
    --adv-shadow-hover: 0 10px 30px rgba(0,0,0,0.1);
}

.adv-page {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--adv-text);
    line-height: 1.5;
    overflow-x: hidden;
}

.adv-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0px;
}

.text-red { color: var(--adv-primary); }
.text-left { text-align: left !important; }
.full-width { width: 100%; text-align: center; }

/* Buttons */
.adv-btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 16px;
}

.adv-btn--primary {
    background: var(--adv-primary);
    color: #fff;
    border: 2px solid var(--adv-primary);
}
.adv-btn--primary:hover {
    background: var(--adv-primary-hover);
    border-color: var(--adv-primary-hover);
    transform: translateY(-2px);
    color: #fff;
}

.adv-btn--outline {
    background: transparent;
    color: var(--adv-text);
    border: 2px solid #ddd;
}
.adv-btn--outline:hover {
    border-color: var(--adv-text);
    color: var(--adv-text);
}

.adv-btn--white {
    background: #fff;
    color: var(--adv-primary);
    border: 2px solid #fff;
}
.adv-btn--white:hover {
    background: transparent;
    color: #fff;
}

/* Hero Section */
.adv-hero {
    padding: 80px 0;
    background: linear-gradient(135deg, #fff 0%, #fff5f5 100%);
    position: relative;
    overflow: hidden;
}

.adv-hero__content {
    max-width: 600px;
    position: relative;
    z-index: 2;
}

.adv-hero__title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.1;
}

.adv-hero__subtitle {
    font-size: 20px;
    color: var(--adv-text-light);
    margin-bottom: 40px;
    max-width: 500px;
}

.adv-hero__actions {
    display: flex;
    gap: 16px;
}

.adv-hero__visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Abstract Visuals */
.adv-circle {
    position: absolute;
    border-radius: 50%;
}
.adv-circle--1 {
    width: 400px;
    height: 400px;
    background: rgba(198, 40, 40, 0.05);
    top: -50px;
    right: -50px;
}
.adv-circle--2 {
    width: 200px;
    height: 200px;
    background: rgba(198, 40, 40, 0.1);
    bottom: 50px;
    right: 100px;
}

.adv-card-mockup {
    width: 300px;
    height: 200px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    padding: 20px;
    position: relative;
    transform: rotate(-5deg);
    transition: transform 0.5s;
}
.adv-card-mockup:hover {
    transform: rotate(0deg) scale(1.05);
}
.mockup-header { height: 20px; background: #eee; border-radius: 4px; margin-bottom: 20px; width: 40%; }
.mockup-line { height: 10px; background: #f5f5f5; border-radius: 4px; margin-bottom: 10px; }
.w-70 { width: 70%; }
.w-50 { width: 50%; }
.mockup-chart { margin-top: 30px; height: 60px; background: linear-gradient(to top, #ffebee 0%, #fff 100%); border-bottom: 2px solid var(--adv-primary); }

/* Stats */
.adv-stats {
    padding: 40px 0;
    border-bottom: 1px solid var(--adv-border);
}
.adv-stats__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    text-align: center;
}
.adv-stat-item__value {
    font-size: 36px;
    font-weight: 800;
    color: var(--adv-primary);
    margin-bottom: 5px;
}
.adv-stat-item__label {
    font-size: 14px;
    color: var(--adv-text-light);
    font-weight: 500;
}

/* Sections General */
.adv-section {
    padding: 80px 0;
}
.adv-bg-gray { background: var(--adv-bg-gray); }

.adv-section__title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}
.adv-section__subtitle {
    font-size: 18px;
    color: var(--adv-text-light);
    text-align: center;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Formats Grid */
.adv-formats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.adv-format-card {
    background: #fff;
    border: 1px solid var(--adv-border);
    border-radius: var(--adv-radius);
    padding: 30px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.adv-format-card:hover {
    border-color: transparent;
    box-shadow: var(--adv-shadow-hover);
    transform: translateY(-5px);
}

.adv-format-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.adv-format-card__icon {
    width: 48px;
    height: 48px;
    background: #ffebee;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--adv-primary);
    font-size: 24px;
}
/* Simple CSS Icons placeholders */
.adv-icon-image::before { content: "🖼"; }
.adv-icon-search::before { content: "🔍"; }
.adv-icon-file-text::before { content: "📄"; }
.adv-icon-send::before { content: "✈"; }
.adv-icon-star::before { content: "★"; }
.adv-icon-factory::before { content: "🏭"; }
.adv-icon-truck::before { content: "🚚"; }
.adv-icon-briefcase::before { content: "💼"; }

.adv-tag {
    font-size: 12px;
    background: #f5f5f5;
    padding: 4px 8px;
    border-radius: 6px;
    color: #666;
    margin-left: 5px;
}

.adv-format-card__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.adv-format-card__desc {
    color: var(--adv-text-light);
    font-size: 15px;
    margin-bottom: 30px;
    flex-grow: 1;
}
.adv-format-card__footer {
    border-top: 1px solid #f5f5f5;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.adv-format-card__price {
    font-weight: 600;
    font-size: 14px;
}
.adv-link-arrow {
    color: var(--adv-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: margin 0.2s;
}
.adv-link-arrow:hover {
    margin-right: -5px;
}

/* Audience */
.adv-audience-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    align-items: center;
}
.adv-audience-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.adv-audience-item {
    display: flex;
    gap: 20px;
}
.adv-audience-item__icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.adv-audience-item__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.adv-audience-item__desc {
    color: var(--adv-text-light);
    font-size: 15px;
}

.adv-cta-card {
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: var(--adv-shadow);
    text-align: center;
}
.adv-cta-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.adv-cta-card p {
    color: var(--adv-text-light);
    margin-bottom: 30px;
}

/* FAQ */
.adv-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
}
.adv-faq-item__q {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.adv-faq-item__a {
    color: var(--adv-text-light);
    font-size: 16px;
}

/* Bottom CTA */
.adv-bottom-cta {
    background: var(--adv-primary);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}
.adv-bottom-cta h2 {
    font-size: 36px;
    margin-bottom: 15px;
}
.adv-bottom-cta p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 40px;
}

/* Responsive */
@media (max-width: 992px) {
    .adv-hero__title { font-size: 36px; }
    .adv-hero__visual { display: none; }
    .adv-audience-wrapper { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .adv-hero { padding: 50px 0; }
    .adv-hero__actions { flex-direction: column; }
    .adv-btn { width: 100%; text-align: center; box-sizing: border-box; }
    .adv-faq-grid { grid-template-columns: 1fr; }
}
/* End */
/* /local/components/china/advertise/templates/.default/style.css?17730849318428 */
