body.vesp-body { background-color: #ffffff; color: #484848; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; margin: 0; padding: 0; }
.vesp-header { background-color: #ffffff; border-bottom: 1px solid rgba(0,0,0,0.04); padding: 15px 0; }
.vesp-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
.vesp-logo { float: left; }
.vesp-logo img { height: 40px; display: block; }
.vesp-nav { float: right; list-style: none; margin: 0; padding: 0; display: flex; }
.vesp-nav-item { margin-left: 20px; line-height: 40px; }
.vesp-nav-item a { color: #484848; text-decoration: none; font-weight: bold; }
.vesp-nav-item a:hover { color: #ff385c; }
.vesp-main-layout { position: relative; max-width: 900px; margin: 40px auto; padding: 0 15px; box-sizing: border-box; }
.vesp-pipeline { position: absolute; left: 50%; top: 0; width: 2px; height: 100%; background-image: linear-gradient(to bottom, rgba(255, 56, 92, 0.25) 50%, transparent 50%); background-size: 2px 15px; transform: translateX(-50%); z-index: 1; }
.vesp-product-list { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 30px; }
.vesp-product-card { background: #ffffff; border-radius: 24px; padding: 30px; border: 1px solid rgba(0,0,0,0.03); box-shadow: 0 15px 35px rgba(0,0,0,0.04), 0 5px 15px rgba(0,0,0,0.02); transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); width: 44%; box-sizing: border-box; position: relative; }
.vesp-product-card::before { content: ''; position: absolute; top: 50%; width: 15%; height: 1px; border-top: 1px dashed rgba(255, 56, 92, 0.25); }
.vesp-product-card:nth-child(odd) { align-self: flex-start; margin-right: 12%; }
.vesp-product-card:nth-child(odd)::before { right: -15%; }
.vesp-product-card:nth-child(even) { align-self: flex-end; margin-left: 12%; }
.vesp-product-card:nth-child(even)::before { left: -15%; }
.vesp-product-card:hover { transform: scale(1.03); box-shadow: 0 20px 45px rgba(255, 56, 92, 0.08), 0 5px 15px rgba(0,0,0,0.03); border-color: rgba(255, 56, 92, 0.1); }
.vesp-product-name { font-size: 16px; font-weight: bold; color: #484848; text-decoration: none; display: block; margin-bottom: 12px; }
.vesp-product-name:hover { color: #ff385c; }
.vesp-badge { display: inline-block; font-size: 10px; padding: 3px 8px; border-radius: 24px; font-weight: bold; margin-bottom: 10px; }
.vesp-badge-auto { background-color: rgba(255, 56, 92, 0.1); color: #ff385c; border: 1px solid rgba(255, 56, 92, 0.2); }
.vesp-badge-manual { background-color: #f5f5f5; color: #767676; border: 1px solid #e0e0e0; }
.vesp-price-box { margin-top: 15px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #f2f2f2; padding-top: 15px; }
.vesp-price { color: #ff385c; font-weight: bold; font-size: 18px; }
.vesp-btn-buy { display: inline-block; text-align: center; background-color: #ff385c; color: #ffffff !important; padding: 8px 20px; text-decoration: none; border-radius: 24px; font-weight: bold; transition: all 0.3s; }
.vesp-btn-buy:hover { background-color: #e0284b; transform: scale(1.05); }
.vesp-notice-strip { background: #fafafa; border-left: 4px solid #ff385c; padding: 18px 25px; margin-bottom: 35px; color: #484848; font-size: 14px; border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,0.02); }
.vesp-notice-seal { display: inline-block; width: 24px; height: 24px; border: 1px solid #ff385c; color: #ff385c; text-align: center; line-height: 22px; font-size: 11px; margin-right: 10px; font-weight: bold; border-radius: 50%; }
.vesp-panel { background-color: #ffffff; border-radius: 24px; padding: 40px; box-sizing: border-box; border: 1px solid rgba(0,0,0,0.03); box-shadow: 0 15px 35px rgba(0,0,0,0.04); margin-bottom: 30px; }
.vesp-tab-title { list-style: none; padding: 0; margin: 0 0 25px 0; display: flex; border-bottom: 1px solid #f2f2f2; }
.vesp-tab-item { padding: 12px 24px; cursor: pointer; font-weight: bold; color: #767676; }
.vesp-tab-item.active { border-bottom: 3px solid #ff385c; color: #ff385c; }
.vesp-tab-item a { color: inherit; text-decoration: none; }
.vesp-form-item { margin-bottom: 20px; }
.vesp-form-label { display: block; margin-bottom: 8px; font-weight: bold; color: #484848; }
.vesp-form-input { width: 100%; padding: 12px; border: 1px solid #ccc; background-color: #ffffff; color: #484848; box-sizing: border-box; border-radius: 24px; font-family: inherit; font-size: 14px; padding-left: 20px; }
.vesp-form-input:focus { outline: none; border-color: #ff385c; box-shadow: 0 0 8px rgba(255, 56, 92, 0.2); }
.vesp-btn-submit { width: 100%; padding: 14px; background-color: #ff385c; color: #ffffff; border: none; font-weight: bold; cursor: pointer; border-radius: 24px; font-size: 16px; transition: all 0.2s; }
.vesp-btn-submit:hover { background-color: #e0284b; transform: translateY(-1px); }
.vesp-table { width: 100%; border-collapse: collapse; margin-top: 15px; }
.vesp-table th, .vesp-table td { border-bottom: 1px solid #f2f2f2; padding: 15px; text-align: left; }
.vesp-table th { color: #767676; font-weight: bold; }
@media (max-width: 767px) {
    .vesp-pipeline { display: none; }
    .vesp-product-card { width: 100% !important; align-self: stretch !important; margin: 0 0 20px 0 !important; }
    .vesp-product-card::before { display: none; }
}
