/**
 * SOICO CTA Lite - スタイルシート
 */

/* ===== 結論ボックス ===== */
.soico-conclusion-box {
    background: linear-gradient(135deg, #E8F4FC 0%, #F0F8FF 100%);
    border: 2px solid #1E88E5;
    border-radius: 12px;
    padding: 24px;
    margin: 24px 0;
    box-shadow: 0 4px 12px rgba(30,136,229,0.15);
}

.soico-conclusion-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;
}

.soico-conclusion-label {
    background: #1E88E5;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
}

.soico-conclusion-title {
    margin: 0;
    font-size: 20px;
    color: #1E3A5F;
    line-height: 1.4;
}

.soico-highlight {
    color: #E53935;
}

.soico-conclusion-features {
    margin: 0 0 20px 0;
    padding-left: 20px;
    color: #333;
    line-height: 1.8;
}

.soico-conclusion-features li {
    margin-bottom: 4px;
}

.soico-conclusion-cta {
    text-align: center;
}

.soico-cta-button {
    display: inline-block;
    background: #FF6B35;
    color: white !important;
    padding: 16px 48px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(255,107,53,0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}

.soico-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255,107,53,0.5);
    color: white !important;
}

.soico-cta-note {
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

/* ===== インラインCTA ===== */
.soico-inline-cta {
    background: #F8F9FA;
    border-left: 4px solid #1E88E5;
    padding: 16px 20px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.soico-inline-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.soico-inline-name {
    color: #1E3A5F;
}

.soico-inline-desc {
    color: #666;
    font-size: 14px;
}

.soico-inline-button {
    background: #FF6B35;
    color: white !important;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none !important;
    font-size: 14px;
    white-space: nowrap;
    transition: background 0.2s;
}

.soico-inline-button:hover {
    background: #E55A2B;
    color: white !important;
}

/* ===== 単体CTAボタン ===== */
.soico-single-cta {
    text-align: center;
    padding: 20px 0;
}

.soico-cta-pr {
    margin-top: 8px;
    font-size: 12px;
    color: #888;
}

/* ===== 比較表 ===== */
.soico-comparison-wrapper {
    margin: 24px 0;
    overflow-x: auto;
}

.soico-comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 600px;
}

.soico-comparison-table thead tr {
    background: #1E3A5F;
    color: white;
}

.soico-comparison-table th,
.soico-comparison-table td {
    padding: 12px 14px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.soico-comparison-table th {
    font-weight: bold;
}

.soico-row-highlight {
    background: #FFF8E1;
}

.soico-rank-cell {
    text-align: center;
}

.soico-rank {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 12px;
}

.soico-rank-gold {
    background: #FFD700;
    color: #333;
}

.soico-rank-silver {
    background: #C0C0C0;
    color: #333;
}

.soico-rank-bronze {
    background: #CD7F32;
    color: white;
}

.soico-company-cell strong {
    font-size: 16px;
}

.soico-badge {
    background: #E53935;
    color: white;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 6px;
    vertical-align: middle;
}

.soico-features-cell {
    font-size: 13px;
    color: #555;
}

.soico-fee-cell {
    text-align: center;
}

.soico-fee-highlight {
    color: #E53935;
    font-weight: bold;
}

.soico-cta-cell {
    text-align: center;
}

.soico-table-button-primary {
    display: inline-block;
    background: #FF6B35;
    color: white !important;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 13px;
}

.soico-table-button {
    display: inline-block;
    background: #666;
    color: white !important;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none !important;
    font-size: 13px;
}

.soico-table-button:hover,
.soico-table-button-primary:hover {
    opacity: 0.9;
    color: white !important;
}

.soico-table-note {
    text-align: right;
    font-size: 12px;
    color: #888;
    margin-top: 8px;
}

/* ===== 控えめバナー ===== */
.soico-subtle-banner {
    background: #F5F5F5;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 12px 16px;
    margin: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.soico-subtle-text {
    font-size: 13px;
    color: #666;
}

.soico-subtle-text a {
    color: #1E88E5;
    text-decoration: none;
    font-weight: bold;
}

.soico-subtle-text a:hover {
    text-decoration: underline;
}

.soico-subtle-pr {
    font-size: 11px;
    color: #999;
}

/* ===== レスポンシブ ===== */
@media (max-width: 768px) {
    .soico-conclusion-box {
        padding: 16px;
    }
    
    .soico-conclusion-title {
        font-size: 18px;
    }
    
    .soico-cta-button {
        padding: 14px 32px;
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .soico-inline-cta {
        flex-direction: column;
        align-items: stretch;
    }
    
    .soico-inline-button {
        text-align: center;
    }
    
    .soico-comparison-table {
        font-size: 12px;
    }
    
    .soico-comparison-table th,
    .soico-comparison-table td {
        padding: 8px 6px;
    }
}
